From: Jan Djärv Date: Thu, 14 Mar 2002 21:36:28 +0000 (+0000) Subject: Added return value to Fhandle_save_session to avoid compiler warning. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~58258 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ad4ace7a6590289e53f1e1106c2d0603ea732d4c;p=emacs.git Added return value to Fhandle_save_session to avoid compiler warning. --- diff --git a/src/xsmfns.c b/src/xsmfns.c index f0329b2559b..269f80c9518 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -489,6 +489,8 @@ Do not call this function yourself. */) doing_interact = False; } + + return Qnil; }